/*
Iron Eagle
by David Neill Rayhawk
-- 1 December 1999
*/ 


Durn="1.5",

// Camera tails the function
CamX="70",
CamY="0",
CamZ="10",

CmLX="0",
CmLY="0",
CmLZ="0",

// Colour tends to red w/height
// Overall scheme is blue
// Luminocity increases as it approaches camera
// Front of function is actually to dim to see
R="fft(s) * dt",
G="0",
B="dt",

CUpX="cos(t/1)",
CUpY="cos(t/2)",
CUpZ="sin(t/3)",


// Music Colour of the current instant
LvlR="0",
LvlG="fft(s)/2",
LvlB="0",


// Window
widt=800,heig=600,


// Gridlines on both axes
ConL=1,ConB=1,



// No Blur
Blrs=0,

// Yanked from My Malia [what can I say?, Andy did it right]
D0="2 * s - 1",

X="120 * dt",
Y="40 * d0",
Z="14 * abs ((mag (s)))",

Scal="500",
ScSz=1,

Pers="60",

Vers=40